onRequestSendAccessibilityEvent
open fun onRequestSendAccessibilityEvent(group: ViewGroup, child: View, event: AccessibilityEvent): Boolean(source)
Deprecated
Use onRequestSendAccessibilityEvent directly.
Called when a child has requested sending an AccessibilityEvent and gives an opportunity to its parent to augment the event.
If an AccessibilityDelegateCompat has been specified via calling setAccessibilityDelegate its onRequestSendAccessibilityEvent is responsible for handling this call.
Return
True if the event should be sent.
Parameters
group
The group whose method to invoke.
child
The child which requests sending the event.
event
The event to be sent.